[LegacyColorValue = true]; 

{ TSM OBV: On-Balance Volume
   Copyright 1998-1999, P.J.Kaufman. All rights reserved. }

  vars: onbal(0);

  onbal = TSMOBV(close);
  plot1(onbal, "TSMOBV");